home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 027a / clpgr2.zip / README.1ST < prev   
Text File  |  1991-02-05  |  2KB  |  53 lines

  1. March 1991
  2.  
  3. This is the CLIPGRAF Graphics and Mouse library version 2.1
  4. Compressed to CLIPGR21.ZIP
  5. The included files are:
  6.  
  7.         CGRAF21.LIB             The library module for S87
  8.         C5GRAF21.LIB            The library module for ver:5.0
  9.     CLIPDEMO.PRG        Demo program showing some features
  10.     CLIPGRAF.TXT        Description of the library
  11.         CLIPVGA1.PCX             Hires start up image
  12.         CLIPCGA1.PCX             Lower res start up image
  13.     HERC.COM        Utility required to use the HERCULES card
  14.     README.1ST        This file
  15.  
  16.     After you compile clipdemo.prg, you can run it by calling it by 
  17. name, and the best graphics setting will be selected.  If you include a
  18. parameter, lets say 
  19.  
  20. C> clipdemo 13
  21.  
  22. then if possible, mode 13 (see clipgraf.txt) will be selected.  To use the
  23. HERCULES graphics (mode 8) you must run HERC.COM before hand.
  24.  
  25. Enjoy, Maurice J. Halmos.
  26.  
  27. Revisions
  28.  
  29. 1.2     Added new functions to save the images.
  30.         Added mouse functions.
  31.  
  32. 1.2A    Tried to prevent a user from making filled rectangle go off the screen.
  33.         When this happens, the computer would lockup.
  34.  
  35. 06/29/90
  36. 1.2B    Change of address in the opening screen.
  37.         Added g_col(), g_row(), g_xpos(), g_ypos() to get the text row col
  38.         or pixel position of the present cursor location.
  39.  
  40. 01/01/91
  41. 2.0    Added read and write PCX formatted image files capability.
  42.        Added additional routines to check video equipment and status.
  43.  
  44. 03/01/91
  45. 2.1     Fixed some problems with PCX information gathering functions.
  46.         Separated the libraries for S87 and Ver: 5.0.
  47.         Added screen dump utility function that supports Epson,
  48.         Toshiba, HP laser and other printers.
  49.  
  50.       Please feel free to distribute or upload the "zipped" files.  Do not
  51. change the content of the demo or explanations, however, you may add your own
  52. comments if desired, in a separate file.
  53.